Gets a collection which contains the items that were unselected.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public IOrderedSet<T> RemovedItems { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] private set; } |
| Visual Basic |
|---|
Public Property RemovedItems As IOrderedSet(Of T) <CompilerGeneratedAttribute> _ Get <CompilerGeneratedAttribute> _ Private Set |